home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / midi / chrdmstr.lha / chordmaster / source / Window.h < prev    next >
C/C++ Source or Header  |  1992-10-23  |  796b  |  44 lines

  1. struct ObjApp
  2. {
  3.     APTR    App;
  4.     APTR    Chord_Pro_Window;
  5.     APTR    Note0;
  6.     APTR    Note1;
  7.     APTR    Note2;
  8.     APTR    Note3;
  9.     APTR    Note4;
  10.     APTR    Note5;
  11.     APTR    Note6;
  12.     APTR    Note7;
  13.     APTR    Note8;
  14.     APTR    Note9;
  15.     APTR    Note10;
  16.     APTR    Note11;
  17.     APTR    StartButton;
  18.     APTR    Info;
  19.     APTR    ExactText;
  20.     APTR    OneText;
  21.     APTR    TwoText;
  22.     APTR    ExactList;
  23.     APTR    OneOutList;
  24.     APTR    TwoOutList;
  25.     APTR    AboutButton;
  26.     APTR    QuitButton;
  27.     APTR    Chord_Info_Window;
  28.     APTR    Chord_Name_Box;
  29.     APTR    Chord_Notes_Box;
  30.     APTR    Chord_Intervals_Box;
  31.     char    *STR_Info;
  32.     char    *STR_ExactText;
  33.     char    *STR_OneText;
  34.     char    *STR_TwoText;
  35.     char    *STR_ExactList;
  36.     char    *STR_OneOutList;
  37.     char    *STR_TwoOutList;
  38.     char    *STR_Chord_Name_Box;
  39.     char    *STR_Chord_Notes_Box;
  40.     char    *STR_Chord_Intervals_Box;
  41. };
  42.  
  43. extern struct ObjApp * CreateApp( void );
  44. extern void DisposeApp( struct ObjApp * );